home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / ident.1 < prev    next >
Text File  |  1995-07-25  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. IDENT(1)                                                 IDENT(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        ident - identify files
  9.  
  10. SSYYNNOOPPSSIISS
  11.        iiddeenntt [ --qq ] [ _f_i_l_e ... ]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        iiddeenntt   searches   for  all  occurrences  of  the  pattern
  15.        $$_k_e_y_w_o_r_d::_._._.$$ in the named  files  or,  if  no  file  name
  16.        appears, the standard input.
  17.  
  18.        These  patterns are normally inserted automatically by the
  19.        RCS command ccoo(1), but can also be inserted manually.  The
  20.        option  --qq  suppresses  the  warning given if there are no
  21.        patterns in a file.
  22.  
  23.        iiddeenntt works on text files as  well  as  object  files  and
  24.        dumps.  For example, if the C program in ff..cc contains
  25.  
  26.               cchhaarr  rrccssiidd[[]] == ""$$IIdd:: ff..cc,,vv 55..00 11999900//0088//2222 0099::0099::3366
  27.               eeggggeerrtt EExxpp $$"";;
  28.  
  29.        and ff..cc is compiled into ff..oo, then the command
  30.  
  31.               iiddeenntt  ff..cc  ff..oo
  32.  
  33.        will output
  34.  
  35.               ff..cc::
  36.                   $$IIdd:: ff..cc,,vv 55..00 11999900//0088//2222 0099::0099::3366 eeggggeerrtt EExxpp $$
  37.               ff..oo::
  38.                   $$IIdd:: ff..cc,,vv 55..00 11999900//0088//2222 0099::0099::3366 eeggggeerrtt EExxpp $$
  39.  
  40. IIDDEENNTTIIFFIICCAATTIIOONN
  41.        Author: Walter F. Tichy.
  42.        Revision Number: 5.0; Release Date: 1990/08/22.
  43.        Copyright (C) 1982, 1988, 1989 by Walter F. Tichy.
  44.        Copyright (C) 1990 by Paul Eggert.
  45.  
  46. SSEEEE AALLSSOO
  47.        ci(1),    co(1),    rcs(1),    rcsdiff(1),    rcsintro(1),
  48.        rcsmerge(1), rlog(1), rcsfile(5)
  49.        Walter  F.  Tichy,  RCS--A  System  for  Version  Control,
  50.        _S_o_f_t_w_a_r_e_-_-_P_r_a_c_t_i_c_e  _&  _E_x_p_e_r_i_e_n_c_e  1155,  7   (July   1985),
  51.        637-654.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. GNU                         1990/08/22                          1
  65.  
  66.  
  67.